home *** CD-ROM | disk | FTP | other *** search
/ Retro Gamer 17 / Retro Gamer 17.iso / 2D Shooters / install_hor.exe / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-26  |  639 b   |  35 lines

  1. .h { 
  2.     color: #DFFFDF; 
  3.     text-decoration: none;
  4.     font-family: arial, helvetica, sans-serif;
  5.     font-size: 12pt;
  6.     text-align: justify;
  7.     margin-left: 10;
  8.     }
  9. .t { 
  10.     color: #DFFFDF; 
  11.     text-decoration: none;
  12.     font-family: arial, helvetica, sans-serif;
  13.     font-size: 10pt;
  14.     text-align: justify;
  15.     margin-left: 20;
  16.     
  17.     }
  18. body {
  19.     background-color: #000000;
  20.     }
  21.  
  22. a { 
  23.     color: #DFFFDF; 
  24.     text-decoration: none;
  25.     font-family: arial, helvetica, sans-serif;
  26.     font-size: 10pt;
  27.     }
  28. a:hover { 
  29.     color: #000000; 
  30.     text-decoration: none;
  31.     font-family: arial, helvetica, sans-serif;
  32.     font-size: 10pt;
  33.     background-color: #DFFFDF;
  34.     }
  35.